You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Methods > Median Method > VectorInt.Median Method ([In] int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
VectorInt.Median Method ([In] int)

Applies median filter with size Mask to the calling vector.

Syntax
C#
Visual Basic
public TMtxVecInt Median([In] int MaskSize);

Median filter is a nonlinear filter which replaces each element of the calling vector with the median value, calculated over the fixed range (mask) centered around that element.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!